home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / dryfly.dir / 00027_head.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  569 b   |  26 lines

  1. on mouseDown
  2.   global myLine, myLine2, gsliderbar, profileVid, csn, gExtraVid, auto, gAudBlrb, vid
  3.   if the doubleClick or (the timer < 120) then
  4.     beep()
  5.     exit
  6.   end if
  7.   set vid to 0
  8.   set the castNum of sprite 8 to 37
  9.   updateStage()
  10.   if gAudBlrb = 1 then
  11.     set gAudBlrb to 0
  12.     set the castNum of sprite 9 to 29
  13.   end if
  14.   moovUpDown()
  15.   set the movieRate of sprite 24 to 0
  16.   set auto to 0
  17.   set profileVid to 1
  18.   set myLine to csn + gExtraVid
  19.   colorMe()
  20.   set palName to 205
  21.   set tpal to palName
  22.   puppetPalette(palName)
  23.   patchPal()
  24.   startTimer()
  25. end
  26.